Definition
Determinant is a value can be calculate from a square matrix.
For A is a
matrix,

For A is a
matrix,

So for A is a
matrix,
Do that for the i-th row:

or do that for the j-th column:

Where
is Cofactor and
is Minor.
Properties of determinants
- |A| = |A'|
- Interchange of any two rows will alter the sign
- The determinant of multiplication of any row/ column of A by scalar k will be k|A|
- The determinant of multiplication of the whole matrix A by scalar k will be

- If one row / column is a multiple of another row/column, |A| = 0.
- If one row / column are all 0, |A| = 0
(It is very useful to separate matrices to those with only one non-zero value in each row / column)
- |AB| = |A||B|
- |
| = 1/|A| - If c is a scalar, then |cA| =

- If A is lower or upper triangular, |A| =
. In particular, |
| = 1.